@charset "UTF-8";
/*外链弹窗 start*/
.otherlink-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.3s;
}

.otherlink-bg.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.otherlink-pop {
  position: fixed;
  top: -25%;
  left: 50%;
  z-index: 999;
  width: 500px;
  height: 200px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transition: 0.4s;
}

.otherlink-pop.in {
  top: 50%;
}

.otherlink-pop a.offBtn {
  position: absolute;
  top: 5px;
  right: 8px;
  font-size: 20px;
  padding: 5px 10px;
  color: #ccc;
  font-weight: 700;
  line-height: 20px;
}

.otherlink-pop h2 {
  padding: 60px 40px;
  font-size: 16px;
  line-height: 1.5;
}

.otherlink-pop p.btns {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  text-align: right;
}

.otherlink-pop p.btns a {
  display: inline-block;
  margin: 9px 15px 0 0;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  font-size: 14px;
  border: 1px solid #bbbbbb;
  color: #333;
  border-radius: 5px;
}

.otherlink-pop p.btns a:hover {
  background: #e6e6e6;
}

.otherlink-pop p.btns a.toOtherLink {
  border: 1px solid #337ab7;
  background: #337ab7;
  color: #fff;
}

.otherlink-pop p.btns a.toOtherLink:hover {
  background: #286090;
}

/*外链弹窗 end*/
@media screen and (max-width: 760px) {
  .otherlink-pop {
    left: 0;
    width: 96%;
    margin: -250px 0 0 2%;
  }
  .otherlink-pop h2 {
    padding: 50px 20px;
  }
}
.clear {
  content: "";
  display: block;
  clear: both;
}

.container {
  margin: 0 auto;
}

:root {
  --font-scale: 1;
}

.xcConfirm .popBox .txtBox p {
  overflow-y: hidden !important;
}

.news-list {
  text-align: left;
}
.news-list li {
  height: 65px;
  line-height: 65px;
  position: relative;
}
.news-list li a {
  height: 100%;
  font-size: 18px;
  font-size: calc(20 * var(--font-scale) * 1px);
  color: #333;
  padding-right: 20%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list li a:hover {
  color: #0764cc;
}
.news-list li span {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 0;
  color: #666;
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
}
@media screen and (max-width: 1450px) {
  .news-list li {
    height: 3.64583vw;
    line-height: 3.64583vw;
  }
}
@media screen and (max-width: 992px) {
  .news-list li {
    height: 50px;
    line-height: 50px;
  }
  .news-list li a {
    font-size: 16.2px;
    font-size: calc(18 * var(--font-scale) * 1px);
    padding-right: 30%;
  }
  .news-list li span {
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
  }
}

.bmjz-menu {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(7, 100, 204, 0.9);
  display: none;
}
@media screen and (max-width: 1450px) {
  .bmjz-menu {
    top: 4.42708vw;
  }
}
.bmjz-menu .bmjz-main {
  padding: 10px 0 25px 0;
  position: relative;
  box-sizing: border-box;
  text-align: left;
}
.bmjz-menu .bmjz-main .hd {
  margin-top: 20px;
}
.bmjz-menu .bmjz-main .hd span {
  padding: 5px 25px 7px 25px;
  color: #fff;
  font-size: 15.3px;
  font-size: calc(17 * var(--font-scale) * 1px);
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.3);
  display: inline-block;
}
.bmjz-menu .bmjz-main .bd {
  margin-top: 10px;
  *zoom: 1;
}
.bmjz-menu .bmjz-main .bd:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.bmjz-menu .bmjz-main .bd ul {
  *zoom: 1;
}
.bmjz-menu .bmjz-main .bd ul:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.bmjz-menu .bmjz-main .bd ul li {
  width: 16.666%;
  float: left;
  line-height: 45px;
}
.bmjz-menu .bmjz-main .bd ul li a {
  font-size: 15.3px;
  font-size: calc(17 * var(--font-scale) * 1px);
  color: #fff;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  box-sizing: border-box;
}
.bmjz-menu .bmjz-main .bd ul li a:hover {
  font-weight: bold;
  text-decoration: underline;
}
.bmjz-menu .bmjz-main .close {
  position: absolute;
  top: 25px;
  right: 0px;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .bmjz-menu {
    top: 0;
    height: 100%;
    overflow-y: auto;
  }
  .bmjz-menu::-webkit-scrollbar {
    width: 5px;
  }
  .bmjz-menu::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px;
  }
  .bmjz-menu .bmjz-main {
    padding: 15px;
  }
  .bmjz-menu .bmjz-main .close {
    right: 15px;
  }
  .bmjz-menu .bmjz-main .hd {
    margin-top: 10px;
  }
  .bmjz-menu .bmjz-main .hd span {
    padding: 5px 15px;
    color: #fff;
    font-size: 15.3px;
    font-size: calc(17 * var(--font-scale) * 1px);
    border-radius: 50px;
  }
  .bmjz-menu .bmjz-main .bd {
    margin-top: 10px;
  }
  .bmjz-menu .bmjz-main .bd ul li {
    width: 50%;
    line-height: 45px;
  }
  .bmjz-menu .bmjz-main .bd ul li a {
    font-size: 15.3px;
    font-size: calc(17 * var(--font-scale) * 1px);
    padding-right: 20px;
  }
}

.footer {
  background-color: #0370fa;
}
.footer img {
  display: inline-block;
  vertical-align: middle;
}
.footer .links {
  background-color: #c5e4fe;
}
.footer .links ul {
  *zoom: 1;
}
.footer .links ul:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.footer .links ul li {
  float: left;
  width: 33.33333%;
  text-align: center;
  height: 70px;
  line-height: 70px;
  cursor: pointer;
}
.footer .links ul li span {
  display: inline-block;
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
  color: #065da8;
  position: relative;
}
.footer .links ul li span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  left: auto;
  right: -15px;
  width: 10px;
  height: 6px;
  background-image: url(../images/yj-zx-ic-arrow-down.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.footer .links ul li .sub-links {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px;
  background-color: #d9ebfb;
  z-index: 999;
}
.footer .links ul li .sub-links dl {
  *zoom: 1;
}
.footer .links ul li .sub-links dl:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.footer .links ul li .sub-links dl dt {
  float: left;
  width: 20%;
  text-align: center;
  height: 55px;
  line-height: 55px;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
}
.footer .links ul li .sub-links dl dt a {
  color: #0764cc;
}
.footer .infos {
  text-align: center;
  padding: 40px 0;
  color: #fff;
}
.footer .infos > div {
  margin-top: 20px;
}
.footer .infos > div:nth-child(1) > a {
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  color: #fff;
}
.footer .infos > div:nth-child(1) > a:nth-child(1) {
  margin-right: 15px;
}
.footer .infos > div:nth-child(1) > a:nth-child(2) {
  padding: 0 15px;
  position: relative;
}
.footer .infos > div:nth-child(1) > a:nth-child(2)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.footer .infos > div:nth-child(1) > a:nth-child(2)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  left: auto;
  right: 0;
}
.footer .infos > div:nth-child(1) > a:nth-child(3) {
  margin-left: 15px;
}
.footer .infos > div:nth-child(1) > a:nth-child(4) {
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}
.footer .infos > div:nth-child(1) > a:nth-child(4)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.footer .infos > div > span {
  margin-left: 30px;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
}
.footer .infos > div > span:first-child {
  margin-left: 0;
}
.footer .infos > div .anbei {
  padding-left: 22px;
  position: relative;
}
.footer .infos > div .anbei a {
  color: #fff;
}
.footer .infos > div .anbei::before {
  content: "";
  display: inline-block;
  background-image: url(../images/yj-zx-ic-gh.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 18px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.footer .infos > div .img-beian {
  margin: 0 15px;
}
.footer .infos > div .zfjc {
  display: inline-block;
}
@media screen and (max-width: 1450px) {
  .footer .links ul li {
    height: 3.64583vw;
    line-height: 3.64583vw;
  }
  .footer .links ul li .sub-links {
    bottom: 3.64583vw;
  }
  .footer .links ul li .sub-links dl dt {
    height: 2.86458vw;
    line-height: 2.86458vw;
  }
  .footer .infos {
    padding: 2.08333vw 0;
  }
  .footer .infos > div {
    margin-top: 1.04167vw;
  }
  .footer .infos > div:nth-child(1) > a:nth-child(1) {
    margin-right: 0.78125vw;
  }
  .footer .infos > div:nth-child(1) > a:nth-child(2) {
    padding: 0 0.78125vw;
  }
  .footer .infos > div:nth-child(1) > a:nth-child(3) {
    margin-left: 0.78125vw;
  }
  .footer .infos > div:nth-child(1) > a:nth-child(4) {
    margin-left: 0.78125vw;
    padding-left: 0.78125vw;
  }
  .footer .infos > div > span {
    margin-left: 1.5625vw;
  }
  .footer .infos > div .anbei {
    padding-left: 1.14583vw;
  }
  .footer .infos > div .anbei::before {
    width: 0.9375vw;
    height: 1.04167vw;
  }
  .footer .infos > div .img-beian {
    margin: 0 0.78125vw;
  }
}
@media screen and (max-width: 992px) {
  .footer .links ul li {
    width: 50%;
    height: 40px;
    line-height: 40px;
  }
  .footer .links ul li span {
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
  }
  .footer .links ul li span::after {
    right: -15px;
    width: 10px;
    height: 6px;
  }
  .footer .links ul li .sub-links {
    bottom: 80px;
  }
  .footer .links ul li .sub-links dl {
    max-height: 200px;
    overflow-y: auto;
  }
  .footer .links ul li .sub-links dl dt {
    width: 50%;
    height: 40px;
    line-height: 40px;
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
  }
  .footer .infos {
    padding: 20px 0;
  }
  .footer .infos > div {
    margin-top: 10px;
  }
  .footer .infos > div:nth-child(1) > a {
    font-size: 12.6px;
    font-size: calc(14 * var(--font-scale) * 1px);
  }
  .footer .infos > div:nth-child(1) > a:nth-child(1) {
    margin-right: 10px;
  }
  .footer .infos > div:nth-child(1) > a:nth-child(2) {
    padding: 0 10px;
  }
  .footer .infos > div:nth-child(1) > a:nth-child(2)::before {
    height: 10px;
  }
  .footer .infos > div:nth-child(1) > a:nth-child(2)::after {
    height: 10px;
  }
  .footer .infos > div:nth-child(1) > a:nth-child(3) {
    margin-left: 10px;
  }
  .footer .infos > div:nth-child(1) > a:nth-child(4) {
    margin-left: 10px;
    padding-left: 10px;
  }
  .footer .infos > div:nth-child(1) > a:nth-child(4)::before {
    height: 10px;
  }
  .footer .infos > div > span {
    margin-left: 15px;
    display: block;
    margin-top: 10px;
    font-size: 12.6px;
    font-size: calc(14 * var(--font-scale) * 1px);
  }
  .footer .infos > div .anbei {
    padding-left: 22px;
  }
  .footer .infos > div .anbei::before {
    width: 18px;
    height: 20px;
    left: 50%;
    transform: translate(-120px, -50%);
  }
  .footer .infos > div .img-beian {
    margin: 0 15px;
  }
}

.location {
  padding-top: 28px;
  padding-bottom: 28px;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
}
@media screen and (max-width: 1450px) {
  .location {
    padding-top: 1.45833vw;
    padding-bottom: 1.45833vw;
  }
}
@media screen and (max-width: 992px) {
  .location {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    line-height: 1.6;
  }
}

.visible-lg,
.visible-lg-inline-block,
.visible-lg-block {
  display: none !important;
}

@media screen and (min-width: 992px) {
  .visible-lg {
    display: block !important;
    display: initial !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  .hidden-lg {
    display: none !important;
  }
}
@media screen and (min-width: 1700px) {
  .container {
    width: 1400px;
  }
}
@media screen and (max-width: 1700px) and (min-width: 1450px) {
  .container {
    width: 80%;
  }
}
@media screen and (max-width: 1450px) and (min-width: 1300px) {
  :root {
    --font-scale: 0.9;
  }
  .container {
    width: 85%;
  }
}
@media screen and (max-width: 1300px) and (min-width: 992px) {
  :root {
    --font-scale: 0.8;
  }
  .container {
    width: 85%;
  }
}
@media screen and (max-width: 992px) {
  :root {
    --font-scale: 1;
  }
  .container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 330px) {
  :root {
    --font-scale: 0.9;
  }
}